From 42e90521a98d2a3326f80764c0e323a21e0cfe69 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 23 Feb 2010 10:22:37 -0500 Subject: [PATCH] Only look at x11 backend for gtk-doc comments for now See followup discussion in bug 610701 --- gdk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 4742ea959e..29ffa6452c 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -199,7 +199,7 @@ introspection_files = \ $(gdk_c_sources) \ gdkenumtypes.c \ gdkenumtypes.h \ - $(wildcard $(srcdir)/$(gdktarget)/*.c) + $(srcdir)/x11/*.c Gdk_2_0_gir_SCANNERFLAGS = --strip-prefix=Gdk --add-include-path=../gdk-pixbuf Gdk_2_0_gir_INCLUDES = Gio-2.0 GdkPixbuf-2.0 Pango-1.0 -- 2.30.2